home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJLSR200.ZIP / src / debug / fsdb / debug.h next >
Encoding:
C/C++ Source or Header  |  1993-06-28  |  145 b   |  5 lines

  1. /* Copyright (C) 1993 DJ Delorie, see COPYING.DJ for details */
  2. extern int can_longjmp;
  3. extern jmp_buf debugger_jmpbuf;
  4. void debugger(void);
  5.